home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Programming / Programming Languages / XLisp 2.1e3 / Sources / Add to xlisp.h next >
Text File  |  1993-11-13  |  556b  |  22 lines

  1. Add the following code to the file "xlisp.h", right before the line that reads:
  2. /*>>>>>>> For other systems -- You are on your own! */
  3.  
  4.  
  5. /* Mac THINK C version 6 */
  6. #ifdef THINK_C
  7. #include <stdlib.h>
  8. #define LSC
  9. #undef PATHNAMES
  10. #undef FILETABLE
  11. #undef SAVERESTORE
  12. #undef MEDMEM
  13. #define EDEPTH 4000
  14. #define ADEPTH 3000
  15. #define OSAOPEN osaopen
  16. #define OSBOPEN osbopen
  17. extern FILE *osaopen (char *name, char *mode);
  18. extern FILE *osbopen (char *name, char *mode);
  19. #define NO_EXTENSIONS  /* for a slight modification to needsextension() in xlsubr.c */
  20. #endif
  21.  
  22.